home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / Sports / APSBB32_V3.0 Basketball StatTrak / APSBB301.exe / _SETUP.1 / Export.mdb / People.json < prev    next >
JavaScript Object Notation  |  1999-01-07  |  503b

  1. {
  2.     "schema": {
  3.         "PersonNumber": "Long Integer NOT NULL",
  4.         "FirstName": "Text (20) NOT NULL",
  5.         "LastName": "Text (20) NOT NULL",
  6.         "Address1": "Text (40) NOT NULL",
  7.         "Address2": "Text (40) NOT NULL",
  8.         "City": "Text (20) NOT NULL",
  9.         "State": "Text (20) NOT NULL",
  10.         "Zip": "Text (20) NOT NULL",
  11.         "Country": "Text (20) NOT NULL",
  12.         "HomePhone": "Text (20) NOT NULL",
  13.         "WorkPhone": "Text (20) NOT NULL",
  14.         "FaxNumber": "Text (20) NOT NULL",
  15.         "EmailAddress": "Text (50) NOT NULL",
  16.         "BirthDate": "DateTime",
  17.         "Notes": "Memo/Hyperlink (255) NOT NULL"
  18.     },
  19.     "data": []
  20. }